home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / funny_te.swf / scripts / DefineSprite_18 / frame_2 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  359 b   |  17 lines

  1. if(_root.score.text >= 999)
  2. {
  3.    stop();
  4. }
  5. else if(all[1][2].full == false or all[2][2].full == false or all[3][2].full == false or all[4][2].full == false or all[5][2].full == false)
  6. {
  7.    stop();
  8. }
  9. else
  10. {
  11.    xline = 3;
  12.    yline = 1;
  13.    total += 1;
  14.    num = random(7) + 1;
  15.    duplicateMovieClip("/pic" add num,"an" add total,16384 + total);
  16. }
  17.